Uses of Class
com.seclore.fs.ws.client.pscp.PSConnection
Packages that use PSConnection
-
Uses of PSConnection in com.seclore.fs.ws.client.pscp
Methods in com.seclore.fs.ws.client.pscp that return PSConnectionModifier and TypeMethodDescriptionstatic PSConnectionPSConnection.getInstance(String pPoolId, boolean pIsPooledConnection, Config pConfig, String pURL, CryptoHandler pCryptoHandler) This method returns the instance of PSConnection.
In the process of returning the connection,it will first try with the given url.
If connection fails with the given url,it will enumerate all the configured urls in the server details implementation and tries to get connection with each of them.
finally it returns the successful connection with url or null if connection is not successful with any configured url.PSConnectionPool.getPSConnection(boolean pValidate) Returns PSConnection from pool, if available.Methods in com.seclore.fs.ws.client.pscp with parameters of type PSConnectionModifier and TypeMethodDescriptionvoidLoginHandler.getSessionKey(PSConnection pPSConnection) This methods sends get session key requestbooleanPSConnectionPool.isPooledConnection(PSConnection pPSConnection) voidLoginHandler.login(PSConnection pPSConnection) This method sends request to authenticate a session.voidLoginHandler.logout(PSConnection pPSConnection) This function logs the user out.LoginHandler.ping(PSConnection pPSConnection) This function checks whether server is up or not and returns response header.voidPSConnectionPool.releasePSConnection(PSConnection pPSConnection) Return a connection back to the pool.